<html lang="en">
  <head>
    <meta charset="utf-8">
  <head>

  <body>
    <h1>this is a heading 1</h1>

    <h2>this is a heading 2</h2>		
    <h3>this is a heading 3</h3>
    <h4>this is a heading 4</h4>
    <h5>this is a heading 5</h5>
    <h6>this is a heading 6</h6>
    <h7>this is a heading 7</h7>
    <h8>this is a heading 8</h8>

    <hr>

    <p>this is a paragraph awesome information</p>
    <p>this is a paragraph awesome information</p>
    <p>this is a paragraph awesome information</p>
    <div>example</div>
    <div>example</div>
    <div>example</div>

    <a href="https://google.com">Google search apple ios</a>

    <hr>

      <p> if i could <b><strong>achieve</strong></b>,<br>
      would achieve great actions,<br>
      some <u>acheive</u> great history,<br>
      and others are remebered by their generation upon thee</p>
      <p><em><i>-Jevon James<i/></em></p>
      <blockquote cite="https://google.com">
  i am a army U.S Govenment, U.S Military Veteran Enlisted Personnel.
  </blockquote>
    <div>hello world</div>
    <br>
    <div>hello world</div>
    <br>
    <div>hello world</div>



  
   </body>

</html>